Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support to Lexus is300h MY17 (AVE30R) #345

Closed
wants to merge 114 commits into from
Closed

Add support to Lexus is300h MY17 (AVE30R) #345

wants to merge 114 commits into from

Conversation

eFiniLan
Copy link
Contributor

@eFiniLan eFiniLan commented Sep 3, 2018

  • Lateral Control works
  • Longitudinal Control by stock ACC (limit to minimum speed of 46 kph), 0:343 never show up in cabana.
  • LHD, camera offset best set to 0. but default value is fine.
  • 26 degree mount, camera vertically inline with FRC.
  • 6 min video: https://youtu.be/bt75YNQpR5o

@@ -140,6 +152,8 @@ def get_params(candidate, fingerprint):
ret.minEnableSpeed = -1.
elif candidate in [CAR.RAV4, CAR.COROLLA]: # TODO: hack ICE to do stop and go
ret.minEnableSpeed = 19. * CV.MPH_TO_MS
elif candidate == CAR.LEXUS_AVE30:
ret.minEnableSpeed = 46. * CV.KPH_TO_MS # MY17 is300h/AVE30R (AU ver.) does not have stop and go, minimum ACC speed allow is 46kph
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@EternityLan , I would keep this 19mph like for rav4 and corolla. Even though the stock acc won't engage below 28mph/46kph, the system still respond down to 18mph/30kph.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah cool, will update this 👍

…el-lexus-ish-ave30r

# Conflicts:
#	selfdrive/car/toyota/interface.py
@eFiniLan eFiniLan closed this Feb 22, 2019
@eFiniLan eFiniLan deleted the devel-lexus-ish-ave30r branch February 22, 2019 01:37
@eFiniLan eFiniLan restored the devel-lexus-ish-ave30r branch February 22, 2019 02:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants